projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
75959a4
9cbb91a
)
auto merge of #113 : rust-lang/cargo/dev-deps, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 3 Jul 2014 21:51:32 +0000
(21:51 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 3 Jul 2014 21:51:32 +0000
(21:51 +0000)
Development dependencies are included when building or testing the current package, but not packages that depend on it:
```toml
[dev-dependencies.hamcrest]
git = "https://github.com/carllerche/hamcrest-rust.git"
```
Trivial merge